Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>SLIP (programming language)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/SLIP_(programming_language)"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-SLIP_programming_language rootpage-SLIP_programming_language skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">SLIP (programming language)</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<style data-mw-deduplicate="TemplateStyles:r1236090951">
/* start https://en.wikipedia.org/ */


.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}@media print{body.ns-0 .mw-parser-output .hatnote{display:none!important}}


/* end https://en.wikipedia.org/ */
</style><div role="note" class="hatnote navigation-not-searchable">Not to be confused with <a href="Serial_Line_Internet_Protocol" title="Serial Line Internet Protocol">Serial Line Internet Protocol</a>.</div>
<p><b>SLIP</b> is a list processing <a href="Computer_programming_language" class="mw-redirect" title="Computer programming language">computer programming language</a>, invented by <a href="Joseph_Weizenbaum" title="Joseph Weizenbaum">Joseph Weizenbaum</a> in the 1960s. The name <i>SLIP</i> stands for <b>S</b>ymmetric <b>LI</b>st <b>P</b>rocessor. It was first implemented as an extension to the <a href="Fortran" title="Fortran">Fortran</a> programming language, and later embedded into <a href="MAD_programming_language" class="mw-redirect" title="MAD programming language">MAD</a> and <a href="ALGOL" title="ALGOL">ALGOL</a>.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> The best known program written in the language is <a href="ELIZA" title="ELIZA">ELIZA</a>, an early <a href="Natural_language_processing" title="Natural language processing">natural language processing</a> <a href="Computer_program" title="Computer program">computer program</a> created by Weizenbaum<sup id="cite_ref-turing_2-0" class="reference"><a href="#cite_note-turing-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> at the <a href="MIT_Computer_Science_and_Artificial_Intelligence_Laboratory" title="MIT Computer Science and Artificial Intelligence Laboratory">MIT Artificial Intelligence Laboratory</a>.<sup id="cite_ref-:0_3-0" class="reference"><a href="#cite_note-:0-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="General_overview">General overview</h2></div>
<p>In a nutshell, SLIP consisted of a set of FORTRAN "accessor" functions which operated on <a href="Doubly_linked_list" title="Doubly linked list">circular doubly linked lists</a> with fixed-size data fields. The "accessor" functions had direct and indirect addressing variants.
</p>
<div class="mw-heading mw-heading2"><h2 id="List_representation">List representation</h2></div>
<p>The list representation had four types of cell: a <i>reader</i>, a <i>header</i>, a <i>sublist indicator</i>, and a <i>payload</i> cell. The header included a reference count field for <a href="Garbage_collection_(computer_science)" title="Garbage collection (computer science)">garbage collection</a> purposes. The sublist indicator allowed it to be able to represent nested lists, such as (A, B, C, (1, 2, 3), D, E, F) where (1, 2, 3) is a sublist indicated by a cell in the '*' position in the list (A, B, C, *, D, E, F). The reader was essentially a state history stack—a good example of a <a href="Memento_pattern" title="Memento pattern">memento pattern</a>—where each cell pointed to the header of the list being read, the current position within the list being read, and the level or depth of the history stack.
</p>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */


.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}


/* end https://en.wikipedia.org/ */
</style><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20220117222654/http://www.heuse.com/s.htm">"Computer Programming Languages – S"</a>. Archived from <a rel="nofollow" class="external text" href="http://www.heuse.com/s.htm">the original</a> on 2022-01-17<span class="reference-accessdate">. Retrieved <span class="nowrap">2006-03-20</span></span>.</cite></span>
</li>
<li id="cite_note-turing-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-turing_2-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://news.harvard.edu/gazette/story/2012/09/alan-turing-at-100/">"Alan Turing at 100"</a>. <i>Harvard Gazette</i>. 13 September 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">2016-02-22</span></span>.</cite></span>
</li>
<li id="cite_note-:0-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-:0_3-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFWeizenbaum1976" class="citation book cs1">Weizenbaum, Joseph (1976). <a rel="nofollow" class="external text" href="https://archive.org/details/computerpowerhum0000weiz/page/2"><i>Computer Power and Human Reason: From Judgment to Calculation</i></a>. New York: W.H. Freeman and Company. pp.&nbsp;<a rel="nofollow" class="external text" href="https://archive.org/details/computerpowerhum0000weiz/page/2">2, 3, 6, 182, 189</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>0-7167-0464-1</bdi>.</cite></span>
</li>
</ol></div>
<ul><li><i><a rel="nofollow" class="external text" href="https://dl.acm.org/doi/10.1145/367593.367617">Symmetric List Processor</a></i>, Joseph Weizenbaum, CACM 6:524-544(1963). Sammet 1969, p.&nbsp;387.</li>
<li><i><a href="Computer_Power_and_Human_Reason" title="Computer Power and Human Reason">Computer Power and Human Reason: From Judgment To Calculation</a></i>, Joseph Weizenbaum, San Francisco: W. H. Freeman, 1976 <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>0-7167-0463-3</bdi></li></ul>
<p><br>
</p>
<style data-mw-deduplicate="TemplateStyles:r1271159938">
/* start https://en.wikipedia.org/ */


.mw-parser-output .asbox{position:relative;overflow:hidden}.mw-parser-output .asbox table{background:transparent}.mw-parser-output .asbox p{margin:0}.mw-parser-output .asbox p+p{margin-top:0.25em}.mw-parser-output .asbox-body{font-style:italic}.mw-parser-output .asbox-note{font-size:smaller}.mw-parser-output .asbox .navbar{position:absolute;top:-0.75em;right:1em;display:none}.mw-parser-output :not(p):not(.asbox)+style+.asbox,.mw-parser-output :not(p):not(.asbox)+link+.asbox{margin-top:3em}


/* end https://en.wikipedia.org/ */
</style></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-07-19" href="https://en.wikipedia.org/wiki/?title=SLIP_(programming_language)&amp;oldid=1301337695">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>

</body></html>